Tweak native-build.md example
authorKevin Ballard <kevin@sb.org>
Tue, 14 Oct 2014 21:30:17 +0000 (14:30 -0700)
committerKevin Ballard <kevin@sb.org>
Tue, 14 Oct 2014 21:30:17 +0000 (14:30 -0700)
commitc7440aa18a595fff473e9af56f031314d545215d
tree934e3e5cc5558516a1d7333ae732e9004d6aa1a0
parenta846371a3fdd31434d8eaed1154e13bf91303f61
Tweak native-build.md example

`$(OUT_DIR)` may contain spaces, so it needs to be quoted. It also needs to be expanded by the shell, not by `make`, or any quotes/backslashes in the value will cause problems.
src/doc/native-build.md